home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / disk / oh12.zip / OH.DOC < prev    next >
Text File  |  1996-05-25  |  9KB  |  198 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.                                 Orchard House
  10.                        Copyr. 1995 - 1996 Gleason Pace
  11.  
  12.  
  13.                  China Wing Software
  14.               12162 S. W. Scholls Ferry Rd. #191
  15.                   Tigard, Or. 97223
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.              DISCLAIMER OF WARRANTY
  26.  
  27. I have spent a good deal of time making Orchard House the best of its
  28. kind; however, this software and documentation file are sold "As Is" and
  29. without warranties as to performance or merchantability or any other
  30. warranties whether expressed or implied.  Because of the various hardware and
  31. software environments into which this program may be put, no warranty of
  32. fitness for a particular purpose is offered.
  33.  
  34. Good data processing procedure dictates that any program be thoroughly
  35. tested with non-critical data before relying on it.  The user must assume
  36. the entire risk of using the program.  Any liability of the seller will be
  37. limited exclusively to product replacement or refund of purchase price.
  38.  
  39. The copyrighted or registered names mentioned herein are the property of their
  40. respective owners.
  41.  
  42. The files you should find in this archive are:
  43. OH.EXE--Orchard House.
  44. OH.DOC--this file.
  45.  
  46.                    Requirements
  47.  
  48.     DOS 3.0 or higher.  Compatible with Hercules, monochrome, CGA, EGA, 
  49. VGA video systems.  OH will run on any IBM compatible 386+ system including
  50. networks.  OH only requires 47K for itself.
  51.  
  52.         Orchard House detects the presence of and releases time slices to
  53. DOS sessions under OS2, Desqview and Windows.  If Windows is holding back on
  54. giving OH time, try setting IdleVmWakeUpTime=x (with x being 1 or 2 seconds) in
  55. system.ini.  If you are using a real IBM or MS DOS in the window, rather than
  56. an OS2 or Windows virtual DOS, you will need to have at least DOS 5.0 to get
  57. time slice support.
  58.  
  59.                              Program Overview
  60.                   
  61.         Orchard House is a descendant from, and eventual successor to, Triple
  62. Shell.  TS will run on 386+ machines but is not designed to take advantage
  63. of their advanced capabilities.  So, for a complete discussion of OH's
  64. features, first refer to TS.DOC.  This document will concern itself mainly
  65. with the differences between TS and OH.
  66.  
  67.         The main differences are:
  68.  
  69.             1)  OH provides a 120 character scrollable space for command line
  70.                 entry.  TS provided 64.
  71.             2)  OH fully loads and sorts directory contents.  You may
  72.                 page forward (f6) and back (f12) through directory
  73.                 contents.  There are limits though.  OH will handle a
  74.                 maximum of 600 data files, 500 program files and 500
  75.                 subdirectories in a single subdirectory.  Entries beyond
  76.                 these limits are ignored.  TS loads, sorts, and displays
  77.                 directory contents one list full at a time (30 entries).
  78.                 TS has no back paging capability.  Also, TS has no limits.
  79.                 If you have a directory with 3000 entries (surely you
  80.                 wouldn't) TS will eventually show them all to you.
  81.             3)  Shift-f6 acts the same as f6, except that it displays from
  82.                 the top of the list rather than displaying the next page.
  83.             3)  The Scroll Lock key is not attached to submode of expanded
  84.                 edit mode in OH.  It is still attached to the Autolist
  85.                 feature, however.
  86.             4)  OH uses the f11 key to display, at any time, the lists you
  87.                 have saved with the "a" function.  OH still recognizes the
  88.                 /s switch as well.
  89.             5)  OH has a simplified interface, a new logo and a graphic
  90.                 introductory screen.
  91.             6)  OH requires 64K of free extended memory.
  92.             7)  If you try to run OH in an improper environment, it exits
  93.                 and tells you so.
  94.             8)  OH creates an editable config file called OHINFO.%$% once it
  95.                 has been run.  OH will look for the file in the directory where
  96.                 it finds itself and will create a new config file if it is not
  97.                 there.  The format is:
  98.                      lines 1-30    (a)rchived Executable List
  99.                            31-60   (a)rchived Data File List
  100.                            61-90   (a)rchived Subdirectory List
  101.                            91-110  Executable History List
  102.                            111-130 Data File History List
  103.                            131-150 Subdirectory History List
  104.                            151-160 Autokey list
  105.                 I have attempted to make the file self correcting, so you
  106.                 are fairly free to edit it as you wish.  Line lengths are not
  107.                 critical, and almost any plain ascii editor should do.  However,
  108.                 no provision is made for comments or line numbers, and entries
  109.                 made in a particular line will be displayed in a particular
  110.                 place.  Lines 91-160 are saved each time you exit OH, so,
  111.                 if you want to edit them directly, you will not want to
  112.                 run your editor inside OH.  It is actually easier to make the
  113.                 changes you want for these entries in OH itself while it
  114.                 is running.  They will be automatically saved when you exit.
  115.  
  116.                 The (a)rchived entries refer to lists saved with the "a"
  117.                 feature.  These are saved only when you invoke the feature
  118.                 by pressing "a" in command mode.
  119.  
  120.                 Having the Autokey list saved in the config file makes it
  121.                 easier for people who don't want to run OH from a batch file
  122.                 to make use of Autokey's advantages.  File names typed in
  123.                 OH's own command line or present in a batch file command
  124.                 line for OH will take precedence over config file entries
  125.                 and will be saved to the config file next time you exit OH.
  126.  
  127.             9)  Alt-num+ changes the current default directory to the root
  128.                 directory.
  129.  
  130.             10) The "Center" key (5 on the numeric keypad with numlock off)
  131.                 acts the same as the instert key.
  132.  
  133. Other than that, OH v1.2 is functionally the same as TS v5.4.
  134.  
  135.  
  136.                             Changes in version 1.1
  137.  
  138.             1.  Extra sort routines kick in at 200 directory entries rather
  139.                 than 300.
  140.  
  141.             2.  Fixed bug in handling of alternate destinations for duplicate
  142.                 files.
  143.  
  144.             3.  F12 no longer resets display counter at end of list.
  145.  
  146.             4.  OH now correctly receives parameters passed by OS2 WPS.
  147.  
  148.             5.  The /x switch now correclty loads OH in history mode
  149.  
  150.             6.  Shift-f6 function added.
  151.  
  152.                             Changes in version 1.2
  153.  
  154.             1.  Fixed bug in create new directory for file copy/move function.
  155.  
  156.             2.  Corrected sort behavior for odd length lists.
  157.  
  158.             3.  Fixed bug in vertical directory move function.
  159.  
  160.             4.  Center key (5 with numlock off) maps to insert key.
  161.  
  162.             5.  Added Alt-num+ function.
  163.  
  164.             6.  Color change prompts corrected.
  165.  
  166.     Orchard House is distributed as shareware and, as such, is provided for
  167.     evaluation purposes only.  If you find OH useful and wish to continue
  168.     using it, you need to register.  This also gets you updates and
  169.     technical support.  See the included file REGISTER.FRM for further
  170.     information.  For product information, technical support, or quotes on
  171.     volume discounts, dealer pricing, site licenses, etc., contact me at the
  172.     address below.
  173.     
  174.            TERMS OF DISTRIBUTION OF ORCHARD HOUSE FOR SOFTWARE LIBRARIES:
  175.  
  176.      1. The fee charged may not exceed $10, including postage,
  177.         mailer and any other charges.
  178.  
  179.      2. Your library's catalog or listing must state that this
  180.         program is not free, but is copyrighted software that is
  181.         provided to allow the user to evaluate it before paying.
  182.  
  183.          3. The offering and sale of Orchard House wil